Adwaita: increase border radius on button.circular...
authorLapo Calamandrei <calamandrei@gmail.com>
Mon, 22 Aug 2016 12:17:34 +0000 (14:17 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Mon, 22 Aug 2016 12:17:34 +0000 (14:17 +0200)
...to allow huge circular buttons.
See https://bugzilla.gnome.org/show_bug.cgi?id=770166

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index c0d4595435c3b320167131dfd33f7feabc73733f..50d136f628f4f401e57dcebed12863fba7f7b9c0 100644 (file)
@@ -4243,8 +4243,8 @@ cursor-handle {
 .context-menu { font: initial; } // Decouple the font of context menus from their entry/textview
 
 button.circular { // FIXME: aggregate to buttons
-  border-radius: 20px;
-  -gtk-outline-radius: 20px;
+  border-radius: 9999px;
+  -gtk-outline-radius: 9999px;
 
   label { padding: 0; }
 }
index 8423911a2d12bc2c0b1e2ff9b5651c869b89aa4b..2aa038f0e1935b5ca1ed01ee09e2a5aad485a773 100644 (file)
@@ -4563,8 +4563,8 @@ cursor-handle {
   font: initial; }
 
 button.circular {
-  border-radius: 20px;
-  -gtk-outline-radius: 20px; }
+  border-radius: 9999px;
+  -gtk-outline-radius: 9999px; }
   button.circular label {
     padding: 0; }
 
index ab18b543de47deeabbe6b5d65941d92f97e1d1c7..8d774835e48b0c0755cb766fe8543acd48a4f9f3 100644 (file)
@@ -4594,8 +4594,8 @@ cursor-handle {
   font: initial; }
 
 button.circular {
-  border-radius: 20px;
-  -gtk-outline-radius: 20px; }
+  border-radius: 9999px;
+  -gtk-outline-radius: 9999px; }
   button.circular label {
     padding: 0; }